Vcenter EvcModes Source
Vcenter EvcModes Source are the objects used as input in the creation of custom Vcenter EvcMode EvcMode objects.
This schema was added in vSphere API 9.0.0.0.
{
"service_locator": {
"instance_uuid": "string",
"url": "string",
"credential": {
"type": "string",
"username_password": {
"user_name": "string",
"password": "string"
},
"saml_token": "string"
},
"ssl_thumbprint": "string",
"ssl_certificate": "string"
},
"clusters": [
"string"
],
"hosts": [
"string"
]
}
The vCenter Server location from which the objects are referenced.
This property was added in vSphere API 9.0.0.0.
If missing or null
, the current vCenter server will be used.
The clusters to be used as reference objects.
This property was added in vSphere API 9.0.0.0.
If missing or null
, then no clusters are used for computing the custom EVC mode. At least ne of clusters
or hosts
must be specified.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: ClusterComputeResource
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: ClusterComputeResource
.
The hosts to be used as reference objects.
This property was added in vSphere API 9.0.0.0.
If missing or null
, then no hosts are used for computing the the custom EVC mode. At least one of clusters
or hosts
must be specified.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: HostSystem
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: HostSystem
.